mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Compare commits
No commits in common. "15a9097acf8f4af6ca05bf11f1a3cf78eb1fb8fd" and "18c8365f40d2d00f96de047c9607a7d6eccf5e0a" have entirely different histories.
15a9097acf
...
18c8365f40
|
@ -13,7 +13,7 @@
|
||||||
../../system/hardware/opengl.nix
|
../../system/hardware/opengl.nix
|
||||||
../../system/hardware/printing.nix
|
../../system/hardware/printing.nix
|
||||||
../../system/hardware/bluetooth.nix
|
../../system/hardware/bluetooth.nix
|
||||||
(./. + "../../../system/wm"+("/"+userSettings.wm)+".nix") # My window manager
|
(./. + "../../../system/wm"+("/"+wm)+".nix") # My window manager
|
||||||
../../system/app/flatpak.nix
|
../../system/app/flatpak.nix
|
||||||
../../system/app/virtualization.nix
|
../../system/app/virtualization.nix
|
||||||
( import ../../system/app/docker.nix {storageDriver = "btrfs"; inherit userSettings lib;} )
|
( import ../../system/app/docker.nix {storageDriver = "btrfs"; inherit userSettings lib;} )
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = userSettings.name;
|
description = userSettings.name;
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
packages = [];
|
packages = with pkgs; [];
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
gnugrep gnused
|
gnugrep gnused
|
||||||
killall
|
killall
|
||||||
libnotify
|
libnotify
|
||||||
timer
|
|
||||||
bat eza fd bottom ripgrep
|
bat eza fd bottom ripgrep
|
||||||
rsync
|
rsync
|
||||||
tmux
|
tmux
|
||||||
|
|
|
@ -215,15 +215,10 @@
|
||||||
bind=SUPER,P,exec,keepmenu
|
bind=SUPER,P,exec,keepmenu
|
||||||
bind=SUPERSHIFT,P,exec,hyprprofile-dmenu
|
bind=SUPERSHIFT,P,exec,hyprprofile-dmenu
|
||||||
|
|
||||||
# 3 monitor setup
|
|
||||||
monitor=eDP-1,1920x1080,1000x1200,1
|
monitor=eDP-1,1920x1080,1000x1200,1
|
||||||
monitor=HDMI-A-1,1920x1200,1920x0,1
|
monitor=HDMI-A-1,1920x1200,1920x0,1
|
||||||
monitor=DP-1,1920x1200,0x0,1
|
monitor=DP-1,1920x1200,0x0,1
|
||||||
|
|
||||||
# 2 monitor setup
|
|
||||||
#monitor=eDP-1,1920x1080,1920x0,1
|
|
||||||
#monitor=DP-1,1920x1200,0x0,1
|
|
||||||
|
|
||||||
xwayland {
|
xwayland {
|
||||||
force_zero_scaling = true
|
force_zero_scaling = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue