successful build for laptop
This commit is contained in:
@@ -63,10 +63,10 @@ decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
}
|
||||
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
#drop_shadow = yes
|
||||
#shadow_range = 4
|
||||
#shadow_render_power = 3
|
||||
#col.shadow = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
animations {
|
||||
|
||||
@@ -31,7 +31,10 @@
|
||||
|
||||
(lib.mkIf (!config.homeconfig.minimal) {
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
#allowBroken = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; let
|
||||
pypkgs = ps: with ps; [
|
||||
@@ -72,7 +75,7 @@
|
||||
pavucontrol
|
||||
yewtube
|
||||
ytmdl
|
||||
ffmpeg_5
|
||||
ffmpeg
|
||||
rpi-imager
|
||||
tigervnc
|
||||
keepassxc
|
||||
@@ -85,7 +88,7 @@
|
||||
kicad
|
||||
blender
|
||||
freecad
|
||||
cura
|
||||
#cura
|
||||
|
||||
#productivity
|
||||
libreoffice
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
config = let
|
||||
pywalfox-wrapper = pkgs.writeShellScriptBin "pywalfox-wrapper" ''
|
||||
${pkgs.pywalfox-native}/bin/pywalfox start
|
||||
${pkgs-us.pywalfox-native}/bin/pywalfox start
|
||||
'';
|
||||
in lib.mkIf config.homeconfig.wal.enable {
|
||||
|
||||
@@ -75,13 +75,13 @@
|
||||
|
||||
pkgs-us.pywal16
|
||||
imagemagick
|
||||
pywalfox-native
|
||||
pkgs-us.pywalfox-native
|
||||
];
|
||||
|
||||
home.file.".mozilla/native-messaging-hosts/pywalfox.json".text = lib.replaceStrings [ "<path>" ] [
|
||||
"${pywalfox-wrapper}/bin/pywalfox-wrapper"
|
||||
]
|
||||
(lib.readFile "${pkgs.pywalfox-native}/lib/python3.11/site-packages/pywalfox/assets/manifest.json");
|
||||
(lib.readFile "${pkgs.pywalfox-native}/lib/python3.12/site-packages/pywalfox/assets/manifest.json");
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
|
||||
git = true;
|
||||
|
||||
icons = true;
|
||||
icons = "auto";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user