Compare commits

..

No commits in common. 'da2c40749715771f29762887d6cd2bf9de659b85' and '14a6db1451c99dd14796ff02a8211a813be75577' have entirely different histories.

  1. 1
      configuration.nix
  2. 7
      home.nix
  3. 2
      hyperland/default.nix

@ -152,6 +152,7 @@
# $ 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,8 +19,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
kitty kitty
eza eza
git
git-lfs
obsidian obsidian
jq jq
skypeforlinux skypeforlinux
@ -41,10 +39,7 @@
''; '';
}; };
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,preferred,-3840x-560,1,bitdepth,10" # bitdeph makes screensharing work # "DP-3,3840x2160@60.00Hz,-3840x0,1"
"DP-2,preferred,auto,1.5" "DP-2,preferred,auto,1.5"
]; ];
"$mod" = "SUPER"; "$mod" = "SUPER";

Loading…
Cancel
Save

Powered by TurnKey Linux.