Compare commits
2 commits
02857ca0f9
...
4037dfa7f4
Author | SHA1 | Date | |
---|---|---|---|
4037dfa7f4 | |||
6d0f1256a3 |
2 changed files with 17 additions and 7 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -87,11 +87,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1724479785,
|
"lastModified": 1724819573,
|
||||||
"narHash": "sha256-pP3Azj5d6M5nmG68Fu4JqZmdGt4S4vqI5f8te+E/FTw=",
|
"narHash": "sha256-GnR7/ibgIH1vhoy8cYdmXE6iyZqKqFxQSVkFgosBh6w=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "d0e1602ddde669d5beb01aec49d71a51937ed7be",
|
"rev": "71e91c409d1e654808b2621f28a327acfdad8dc2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -99,25 +99,35 @@
|
||||||
"vscode"
|
"vscode"
|
||||||
# Discord
|
# Discord
|
||||||
"discord"
|
"discord"
|
||||||
|
# Steam
|
||||||
|
"steam"
|
||||||
|
"steam-original"
|
||||||
|
"steam-run"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Standard system utilities.
|
# Standard system utilities.
|
||||||
# The bulk of user-specific packages should go within the home-manager configuration.
|
# The bulk of user-specific packages should go within the home-manager configuration.
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
cider
|
||||||
discord
|
discord
|
||||||
|
firefox
|
||||||
htop
|
htop
|
||||||
git
|
git
|
||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
firefox
|
gnomeExtensions.appindicator
|
||||||
|
seafile-client
|
||||||
|
telegram-desktop
|
||||||
tmux
|
tmux
|
||||||
vim
|
vim
|
||||||
vscode
|
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.gnupg.agent.enable = true;
|
programs = {
|
||||||
programs.zsh.enable = true;
|
gnupg.agent.enable = true;
|
||||||
|
steam.enable = true;
|
||||||
|
zsh.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Please do not change this without reviewing release notes upstream.
|
# Please do not change this without reviewing release notes upstream.
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue