bweh
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
htop.enable = true;
|
||||
bash.initExtra= ''fish'';
|
||||
};
|
||||
nixpkgs.config = {
|
||||
alowUnfree = true;
|
||||
|
||||
3
home-manager/autumn/sysconfs/lesbos.nix
Normal file
3
home-manager/autumn/sysconfs/lesbos.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{config, pkgs, ...}:
|
||||
{
|
||||
}
|
||||
@@ -17,7 +17,8 @@
|
||||
};
|
||||
};
|
||||
window = {
|
||||
opacity = 0.85;
|
||||
opacity = 0.9;
|
||||
# blur = true;
|
||||
padding = {x=15;y=15;};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -81,6 +81,8 @@
|
||||
# Install firefox.
|
||||
programs = {
|
||||
firefox.enable = true;
|
||||
steam.enable = true;
|
||||
gamemode.enable = true;
|
||||
};
|
||||
# Allow unfree packages
|
||||
|
||||
@@ -89,8 +91,8 @@
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
# wget
|
||||
prismlauncher
|
||||
jdk17
|
||||
];
|
||||
|
||||
nix.settings = {
|
||||
|
||||
Reference in New Issue
Block a user