Skip to content

Commit

Permalink
More Wayland setup and add Proton desktop apps
Browse files Browse the repository at this point in the history
  • Loading branch information
vbe0201 committed Jun 12, 2024
1 parent a93a8e1 commit 225abda
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
5 changes: 5 additions & 0 deletions home/packages/apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
gimp
keepassxc
obs-studio
thunderbird
unstable.proton-pass
unstable.protonmail-bridge-gui
unstable.protonvpn-gui
v4l-utils
wireshark
zoom-us
];
Expand Down
4 changes: 2 additions & 2 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,12 @@ in {
../modules/hw/nvidia.nix
../modules/hw/switch.nix
../modules/hw/yubikey.nix
../modules/vpn/mullvad.nix
../modules/vpn/sext.nix
];
isWSL = false;
homeModules = [
../home/wayland

../home/alacritty.nix
../home/firefox.nix
../home/git.nix
Expand All @@ -122,7 +123,6 @@ in {
../modules/desktop/kde.nix
../modules/hw/switch.nix
../modules/hw/yubikey.nix
../modules/vpn/mullvad.nix
../modules/vpn/sext.nix
];
isWSL = false;
Expand Down
6 changes: 2 additions & 4 deletions hosts/glacier.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@
];
initrd.kernelModules = [];

kernelModules = ["kvm-amd"];
extraModulePackages = [];
kernelModules = ["kvm-amd" "v4l2loopback"];
extraModulePackages = [pkgs.linuxPackages.v4l2loopback];

loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;

supportedFilesystems = ["ntfs"];

kernelPackages = pkgs.unstable.linuxPackages_latest;
};

hardware.cpu.amd.updateMicrocode = true;
Expand Down
7 changes: 0 additions & 7 deletions modules/vpn/mullvad.nix

This file was deleted.

0 comments on commit 225abda

Please sign in to comment.