This commit is contained in:
2025-08-27 16:01:12 -06:00
parent 3775afc88c
commit 6dde6ff937
4 changed files with 10 additions and 3 deletions

View File

@@ -43,6 +43,7 @@
programs = { programs = {
home-manager.enable = true; home-manager.enable = true;
htop.enable = true; htop.enable = true;
bash.initExtra= ''fish'';
}; };
nixpkgs.config = { nixpkgs.config = {
alowUnfree = true; alowUnfree = true;

View File

@@ -0,0 +1,3 @@
{config, pkgs, ...}:
{
}

View File

@@ -17,7 +17,8 @@
}; };
}; };
window = { window = {
opacity = 0.85; opacity = 0.9;
# blur = true;
padding = {x=15;y=15;}; padding = {x=15;y=15;};
}; };
}; };

View File

@@ -81,6 +81,8 @@
# Install firefox. # Install firefox.
programs = { programs = {
firefox.enable = true; firefox.enable = true;
steam.enable = true;
gamemode.enable = true;
}; };
# Allow unfree packages # Allow unfree packages
@@ -89,8 +91,8 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. prismlauncher
# wget jdk17
]; ];
nix.settings = { nix.settings = {