moved all packages into home-manager

This commit is contained in:
Jakub Kropáček 2024-10-21 10:02:47 +02:00
parent 4521219136
commit e7aac759dd
3 changed files with 32 additions and 30 deletions

View file

@ -25,11 +25,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729321331, "lastModified": 1729459288,
"narHash": "sha256-KVyQq+ez/oB30/WbdNgVD8g/bda34z8NiU187QKQb74=", "narHash": "sha256-gBOVJv+q6Mx8jGvwX7cE6J8+sZmi1uxpRVsO7WxvVuQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "122f70545b29ccb922e655b08acfe05bfb44ec68", "rev": "1e27f213d77fc842603628bcf2df6681d7d08f7e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -40,11 +40,11 @@
}, },
"nix-flatpak": { "nix-flatpak": {
"locked": { "locked": {
"lastModified": 1729025406, "lastModified": 1729453639,
"narHash": "sha256-uYbDN6JikC19WfD3zg0kpOpJVZFvBhHXYo3YJo28vOs=", "narHash": "sha256-L19R5CXCfTU9IFs9FAaYhDiteegfhJQMiAHLfls4Pdw=",
"owner": "gmodena", "owner": "gmodena",
"repo": "nix-flatpak", "repo": "nix-flatpak",
"rev": "8d1193a959c7810f01610c10a055b0020390bf4e", "rev": "68bc646058386e2ffbd9d78d79d6558e684f6b8c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -55,11 +55,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1729333370, "lastModified": 1729455275,
"narHash": "sha256-NU+tYe3QWzDNpB8RagpqR3hNQXn4BNuBd7ZGosMHLL8=", "narHash": "sha256-THqzn/7um3oMHUEGXyq+1CJQE7EogwR3HjLMNOlhFBE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "38279034170b1e2929b2be33bdaedbf14a57bfeb", "rev": "9fcf30fccf8435f6390efec4a4d38e69c2268a36",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -76,27 +76,10 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages =
alacritty with pkgs;
alacritty-theme [
nixd ];
nil
fzf
zoxide
jetbrains-mono
mattermost-desktop
gh
gparted
prismlauncher # REMOVE AND MOVE TO games module after refactoring
joplin-desktop
albert
(octaveFull.withPackages (
ps: with ps; [
octavePackages.signal
]
))
wireshark
];
programs = { programs = {
tmux.enable = true; tmux.enable = true;

View file

@ -20,6 +20,25 @@
gnomeExtensions.vitals gnomeExtensions.vitals
spotify spotify
moonlight-qt moonlight-qt
alacritty
alacritty-theme
nixd
nil
fzf
zoxide
jetbrains-mono
mattermost-desktop
gh
gparted
prismlauncher # REMOVE AND MOVE TO games module after refactoring
joplin-desktop
albert
(octaveFull.withPackages (
ps: with ps; [
octavePackages.signal
]
))
wireshark
# # Adds the 'hello' command to your environment. It prints a friendly # # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run. # # "Hello, world!" when run.
# hello # hello