Big changes
This commit is contained in:
parent
6b6e29b05b
commit
6c47269d8f
9 changed files with 187 additions and 50 deletions
|
@ -96,6 +96,9 @@
|
|||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
# boot.extraModulePackages = [
|
||||
# config.boot.kernelPackages.wireguard
|
||||
# ];
|
||||
console.keyMap = "sv-latin1";
|
||||
|
||||
# systemd.services.vdirsyncer = {
|
||||
|
@ -116,7 +119,12 @@
|
|||
# };
|
||||
# };
|
||||
|
||||
environment.systemPackages = with pkgs; [(
|
||||
environment.systemPackages = with pkgs; [
|
||||
# wireguard-go
|
||||
pinentry-curses
|
||||
wireguard-tools
|
||||
(firefox.override { nativeMessagingHosts = [passff-host]; })
|
||||
(
|
||||
catppuccin-sddm.override {
|
||||
flavor = "mocha";
|
||||
font = "FiraCode Nerd Font Bold";
|
||||
|
@ -124,7 +132,8 @@
|
|||
background = "${../wallpapers/inverted.png}";
|
||||
loginBackground = true;
|
||||
}
|
||||
)];
|
||||
)
|
||||
];
|
||||
|
||||
|
||||
services = {
|
||||
|
@ -134,6 +143,7 @@
|
|||
via
|
||||
];
|
||||
};
|
||||
picom.enable = true;
|
||||
openssh = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue