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": {
|
||||
"lastModified": 1695940289,
|
||||
"narHash": "sha256-z9DItQvCasu7sexaz1GZ+uOymDRpuEehFwRKToCooJ8=",
|
||||
"lastModified": 1696063111,
|
||||
"narHash": "sha256-F2IJEbyH3xG0eqyAYn9JoV+niqNz+xb4HICYNkkviNI=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "9d4cdf8cc4da54beb5d2e927af7a259bb4a00645",
|
||||
"rev": "ae896c810f501bf0c3a2fd7fc2de094dd0addf01",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
4
home.nix
4
home.nix
|
|
@ -4,6 +4,7 @@
|
|||
home.packages = with pkgs; [
|
||||
firefox-wayland
|
||||
tmux
|
||||
libnotify
|
||||
gnupg
|
||||
htop
|
||||
ripgrep
|
||||
|
|
@ -21,13 +22,14 @@
|
|||
pinentry-qt
|
||||
kanshi
|
||||
mpv
|
||||
megatools
|
||||
ffmpeg
|
||||
xdg-utils
|
||||
networkmanagerapplet
|
||||
git-lfs
|
||||
git
|
||||
thunderbird
|
||||
# All of the below is for sway
|
||||
libreoffice
|
||||
wl-clipboard
|
||||
bemenu
|
||||
];
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
"/crypto_keyfile.bin" = null;
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
|
|
|||
Loading…
Reference in New Issue