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