update flatpaks, never try gnome again

This commit is contained in:
atagen 2024-02-28 13:32:34 +11:00
parent f43572bc05
commit b9e7bdc0d3
3 changed files with 18 additions and 34 deletions

View file

@ -10,12 +10,11 @@
./home.nix
];
home.packages = with pkgs; [
nicotine-plus
];
home = {
username = "bolt";
homeDirectory = "/home/bolt";
packages = with pkgs; [
nicotine-plus
];
};
}