wip
This commit is contained in:
parent
a63d6efb8b
commit
d10779d948
7 changed files with 23 additions and 8 deletions
|
|
@ -34,6 +34,7 @@
|
|||
../modules/ssh.nix
|
||||
../modules/neovim/default.nix
|
||||
../modules/yazi.nix
|
||||
../modules/qutebrowser.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
|
@ -74,7 +75,7 @@
|
|||
stylix = {
|
||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-latte.yaml";
|
||||
image = ../../wallpapers/nixos-wallpaper-catppuccin-latte.png;
|
||||
image = ../../wallpapers/hollow-knight.jpg;
|
||||
# polarity = "dark";
|
||||
autoEnable = true;
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -57,6 +57,8 @@ in
|
|||
"$shiftMod" = "SUPER_SHIFT";
|
||||
|
||||
monitor = [
|
||||
"DP-1,2560x2880,0x0, 1"
|
||||
"HDMI-A-1,3840x2160, 2560x0, 1"
|
||||
",prefered,auto,1"
|
||||
];
|
||||
|
||||
|
|
@ -74,7 +76,6 @@ in
|
|||
"QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
|
||||
"ELECTRON_OZONE_PLATFORM_HINT,auto"
|
||||
# "GTK_THEME,FlatColor:dark"
|
||||
# "GTK2_RC_FILES,/home/hadi/.local/share/themes/FlatColor/gtk-2.0/gtkrc"
|
||||
"__GL_GSYNC_ALLOWED,0"
|
||||
"__GL_VRR_ALLOWED,0"
|
||||
"DISABLE_QT5_COMPAT,0"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
prepend /home/myuser/.apps |
|
||||
append /usr/bin/env
|
||||
)
|
||||
fastfetch
|
||||
'';
|
||||
shellAliases = {
|
||||
cd = "z";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue