This commit is contained in:
= 2024-03-30 21:48:23 -05:00
parent 54d8f2744f
commit 7869b1a411
4 changed files with 13 additions and 7 deletions

View file

@ -3,7 +3,7 @@ let
home-manager = builtins.fetchTarball {
url = "https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz";
# to get hash run `nix-prefetch-url --unpack "https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz"`
sha256 = "0562y8awclss9k4wk3l4akw0bymns14sfy2q9n23j27m68ywpdkh";
sha256 = "0g51f2hz13dk953i501fmc6935difhz60741nypaqwz127hy5ldk";
};
in
{
@ -62,6 +62,9 @@ in
git
fzf
ripgrep
# TODO keep in common or move to specifics?
ffmpeg_5-full
];
environment.shellAliases = {

View file

@ -88,7 +88,10 @@
];
services.xserver.enable = true;
services.xserver.displayManager.gdm.enable = true;
services.xserver.displayManager.gdm = {
enable = true;
autoSuspend = false;
};
services.xserver.desktopManager.gnome.enable = true;
services.gnome.core-utilities.enable = false;