get some apps via flatpak

This commit is contained in:
Adithya 2023-03-18 21:44:01 +05:30
parent 29b349684e
commit 4197772c07
No known key found for this signature in database
GPG key ID: 0C7F35F4F821290F
4 changed files with 3 additions and 7 deletions

View file

@ -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": {

View file

@ -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

View file

@ -1,7 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
celluloid celluloid
spotify
spotify-tui spotify-tui
playerctl playerctl
]; ];

View file

@ -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"