This commit is contained in:
Daniel Meiburg 2023-09-30 22:22:39 +02:00
parent 49b3113d65
commit fad2d4f5d5
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
4 changed files with 90 additions and 86 deletions

@ -1 +1 @@
Subproject commit 261b4c3691dfacd55aefea5db722253436dde289 Subproject commit da5f124c2d20ab9af2e8ffd16b0009b5fed11952

View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1695940289, "lastModified": 1696063111,
"narHash": "sha256-z9DItQvCasu7sexaz1GZ+uOymDRpuEehFwRKToCooJ8=", "narHash": "sha256-F2IJEbyH3xG0eqyAYn9JoV+niqNz+xb4HICYNkkviNI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "9d4cdf8cc4da54beb5d2e927af7a259bb4a00645", "rev": "ae896c810f501bf0c3a2fd7fc2de094dd0addf01",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -4,6 +4,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
firefox-wayland firefox-wayland
tmux tmux
libnotify
gnupg gnupg
htop htop
ripgrep ripgrep
@ -21,13 +22,14 @@
pinentry-qt pinentry-qt
kanshi kanshi
mpv mpv
megatools
ffmpeg ffmpeg
xdg-utils xdg-utils
networkmanagerapplet networkmanagerapplet
git-lfs git-lfs
git git
thunderbird thunderbird
# All of the below is for sway libreoffice
wl-clipboard wl-clipboard
bemenu bemenu
]; ];

View File

@ -18,6 +18,8 @@
"/crypto_keyfile.bin" = null; "/crypto_keyfile.bin" = null;
}; };
boot.kernelPackages = pkgs.linuxPackages_latest;
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions