Compare commits

..

2 Commits

Author SHA1 Message Date
Christian Ott da2c407497 move git config to homemanager and add git lfs 2 years ago
Christian Ott c083ba1f28 improve config for external 30" screen 2 years ago
  1. 1
      configuration.nix
  2. 7
      home.nix
  3. 2
      hyperland/default.nix

@ -152,7 +152,6 @@
# $ 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. #vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
git
neofetch neofetch
wget wget
curl curl

@ -19,6 +19,8 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
kitty kitty
eza eza
git
git-lfs
obsidian obsidian
jq jq
skypeforlinux skypeforlinux
@ -39,7 +41,10 @@
''; '';
}; };
programs.git = {
enable = true;
lfs.enable = true;
};
# This value determines the home Manager release that your # This value determines the home Manager release that your
# configuration is compatible with. This helps avoid breakage # configuration is compatible with. This helps avoid breakage
# when a new home Manager release introduces backwards # when a new home Manager release introduces backwards

@ -115,7 +115,7 @@ in
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
monitor=[ monitor=[
"eDP-1,2560x1600@60.00Hz,0x0,1" "eDP-1,2560x1600@60.00Hz,0x0,1"
# "DP-3,3840x2160@60.00Hz,-3840x0,1" "DP-3,preferred,-3840x-560,1,bitdepth,10" # bitdeph makes screensharing work
"DP-2,preferred,auto,1.5" "DP-2,preferred,auto,1.5"
]; ];
"$mod" = "SUPER"; "$mod" = "SUPER";

Loading…
Cancel
Save

Powered by TurnKey Linux.