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"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1678967335,
|
"lastModified": 1679067095,
|
||||||
"narHash": "sha256-oFppZaAVRA0G/aVPvjtWaQI5EQ2dZ5LgbEKfsBmKQgA=",
|
"narHash": "sha256-G2dJQURL/CCi+8RP6jNJG8VqgtzEMCA+6mNodd3VR6E=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "b832390db376fbbf44115904cfab6680fb42e076",
|
"rev": "3239e0b40f242f47bf6c0c37b2fd35ab3e76e370",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -32,7 +32,6 @@ in
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
_1password-gui
|
_1password-gui
|
||||||
brightnessctl
|
brightnessctl
|
||||||
discord
|
|
||||||
evince
|
evince
|
||||||
gnome.eog
|
gnome.eog
|
||||||
gnome.gnome-system-monitor
|
gnome.gnome-system-monitor
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
celluloid
|
celluloid
|
||||||
spotify
|
|
||||||
spotify-tui
|
spotify-tui
|
||||||
playerctl
|
playerctl
|
||||||
];
|
];
|
||||||
|
|
|
@ -7,9 +7,7 @@
|
||||||
".cache/nix"
|
".cache/nix"
|
||||||
".config/1Password"
|
".config/1Password"
|
||||||
".config/dconf"
|
".config/dconf"
|
||||||
".config/discord"
|
|
||||||
".config/lazygit"
|
".config/lazygit"
|
||||||
".config/spotify"
|
|
||||||
".config/spotify-tui"
|
".config/spotify-tui"
|
||||||
".gnupg"
|
".gnupg"
|
||||||
".local/share/atuin"
|
".local/share/atuin"
|
||||||
|
|
Loading…
Reference in a new issue