xps 19
This commit is contained in:
5
home.nix
5
home.nix
@@ -49,6 +49,7 @@
|
||||
|
||||
./home-modules/programming/python.nix
|
||||
./home-modules/programming/node.nix
|
||||
./home-modules/programming/gleam.nix
|
||||
|
||||
./home-modules/color-pallete.nix
|
||||
];
|
||||
@@ -60,7 +61,6 @@
|
||||
permittedInsecurePackages = allowed.inecure-packages;
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
chromium
|
||||
|
||||
zathura
|
||||
@@ -88,8 +88,9 @@
|
||||
gsettings-desktop-schemas
|
||||
wl-clipboard
|
||||
xclip
|
||||
xournal
|
||||
] ++ (with pkgs-unstable; [
|
||||
# firefox
|
||||
firefox
|
||||
]) ++ (if host != "NxACE" then (with pkgs; [
|
||||
signal-desktop
|
||||
obsidian
|
||||
|
||||
Reference in New Issue
Block a user