Compare commits
No commits in common. "5ed8a048e880e12383ed098ded1918f40c963cb4" and "48db29c42043f224e07f6d8412d7cf6dbef2f15a" have entirely different histories.
5ed8a048e8
...
48db29c420
@ -64,10 +64,9 @@
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
{_module.args = inputs;}
|
||||
./common/packages.nix
|
||||
./common/suspend.nix
|
||||
./nixy/configuration.nix
|
||||
./nixy/hardware-configuration.nix
|
||||
./common/packages.nix
|
||||
sops-nix.nixosModules.sops
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
|
@ -173,7 +173,7 @@
|
||||
};
|
||||
|
||||
xserver = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
dpi = 144;
|
||||
libinput.enable = true;
|
||||
desktopManager.xterm.enable = false;
|
||||
@ -182,7 +182,7 @@
|
||||
startx.enable = true;
|
||||
defaultSession = "none+i3";
|
||||
};
|
||||
windowManager.i3.enable = false;
|
||||
windowManager.i3.enable = true;
|
||||
};
|
||||
|
||||
udev = {
|
||||
@ -201,12 +201,6 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
batteryNotifier = {
|
||||
enable = true;
|
||||
notifyCapacity = 20;
|
||||
suspendCapacity = 10;
|
||||
};
|
||||
|
||||
actkbd = {
|
||||
enable = true;
|
||||
bindings = [
|
||||
|
Loading…
Reference in New Issue
Block a user