get some apps via flatpak
This commit is contained in:
parent
29b349684e
commit
4197772c07
4 changed files with 3 additions and 7 deletions
|
@ -216,11 +216,11 @@
|
|||
"utils": "utils"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1678967335,
|
||||
"narHash": "sha256-oFppZaAVRA0G/aVPvjtWaQI5EQ2dZ5LgbEKfsBmKQgA=",
|
||||
"lastModified": 1679067095,
|
||||
"narHash": "sha256-G2dJQURL/CCi+8RP6jNJG8VqgtzEMCA+6mNodd3VR6E=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "b832390db376fbbf44115904cfab6680fb42e076",
|
||||
"rev": "3239e0b40f242f47bf6c0c37b2fd35ab3e76e370",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -32,7 +32,6 @@ in
|
|||
home.packages = with pkgs; [
|
||||
_1password-gui
|
||||
brightnessctl
|
||||
discord
|
||||
evince
|
||||
gnome.eog
|
||||
gnome.gnome-system-monitor
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
celluloid
|
||||
spotify
|
||||
spotify-tui
|
||||
playerctl
|
||||
];
|
||||
|
|
|
@ -7,9 +7,7 @@
|
|||
".cache/nix"
|
||||
".config/1Password"
|
||||
".config/dconf"
|
||||
".config/discord"
|
||||
".config/lazygit"
|
||||
".config/spotify"
|
||||
".config/spotify-tui"
|
||||
".gnupg"
|
||||
".local/share/atuin"
|
||||
|
|
Loading…
Reference in a new issue