This commit is contained in:
commit
63ae2fde8b
2 changed files with 16 additions and 3 deletions
17
flake.nix
17
flake.nix
|
@ -465,12 +465,12 @@
|
|||
modules = with nixosModules; [
|
||||
home-manager-unstable-defaults
|
||||
|
||||
outputs.diskoConfigurations.standard
|
||||
outputs.diskoConfigurations.unencrypted
|
||||
hardware.nixosModules.common-pc-ssd
|
||||
common
|
||||
gaming
|
||||
graphical-workstation
|
||||
plasma6
|
||||
# plasma6
|
||||
|
||||
jovian.outputs.nixosModules.jovian
|
||||
|
||||
|
@ -561,7 +561,17 @@
|
|||
system = "x86_64-linux";
|
||||
modules = with nixosModules; [
|
||||
home-manager-unstable-defaults
|
||||
outputs.diskoConfigurations.thablet
|
||||
{
|
||||
_module.args = {
|
||||
disk = "nvme0n1";
|
||||
esp = {
|
||||
label = "ESP";
|
||||
size = "4G";
|
||||
name = "ESP";
|
||||
};
|
||||
};
|
||||
}
|
||||
outputs.diskoConfigurations.standard
|
||||
hardware.nixosModules.lenovo-thinkpad-x1-yoga
|
||||
|
||||
common
|
||||
|
@ -670,6 +680,7 @@
|
|||
disks = ["/dev/sda"];
|
||||
# swapSize = "8G";
|
||||
};
|
||||
esp = {};
|
||||
}
|
||||
outputs.diskoConfigurations.unencrypted
|
||||
hardware.nixosModules.common-pc-laptop-ssd
|
||||
|
|
|
@ -563,6 +563,7 @@
|
|||
screensaver = ["<Shift><Control><Super>l"]; # lock screen
|
||||
mic-mute = ["<Shift><Super>v"];
|
||||
};
|
||||
|
||||
"org/gnome/desktop/peripherals/keyboard" = {
|
||||
# gnome key repeat
|
||||
repeat-interval = 7;
|
||||
|
@ -582,6 +583,7 @@
|
|||
# mouse-button-modifier = '<Super>'; # default
|
||||
};
|
||||
"org/gnome/desktop/interface" = {
|
||||
show-battery-percentage = true;
|
||||
clock-show-weekday = true;
|
||||
font-name = "IosevkaLyteTerm 12";
|
||||
monospace-font-name = "IosevkaLyteTerm 12";
|
||||
|
|
Loading…
Add table
Reference in a new issue