update
This commit is contained in:
parent
49b3113d65
commit
fad2d4f5d5
2
dotfiles
2
dotfiles
|
|
@ -1 +1 @@
|
||||||
Subproject commit 261b4c3691dfacd55aefea5db722253436dde289
|
Subproject commit da5f124c2d20ab9af2e8ffd16b0009b5fed11952
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
4
home.nix
4
home.nix
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue