diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix index 4ffe0b1..3d157b0 100644 --- a/modules/desktop/default.nix +++ b/modules/desktop/default.nix @@ -23,8 +23,6 @@ in { modules.desktop.fonts.baseFonts = true; } (mkIf (cfg.envProto == "wayland") { - hm.home.packages = with pkgs; [ wl-clipboard-x11 ]; - environment.sessionVariables = { # magic, dont ask NIXOS_OZONE_WL = "1"; @@ -39,8 +37,6 @@ in { }; }) (mkIf (cfg.envProto == "x11") { - hm.home.packages = with pkgs; [ xclip ]; - services.xserver.excludePackages = [ pkgs.xterm ]; }) ]; diff --git a/readme.md b/readme.md index a8ac6a8..529007c 100755 --- a/readme.md +++ b/readme.md @@ -15,13 +15,11 @@ each host should have these files: ## todo - move common config such as bootloader and networking settings to [`default.nix`](./default.nix) - - flake-parts (hopefully we can merge the 2 repositories once we find a user solution) + - multi architecture configuration - find out how to make the other monitor 4k@60hz. i have a feeling it may be the cable (ive ruled out display stream compression (we don't have it), and also tried overclocking using modeline (turns the monitor blank/no output)) a table is shown below that i will use to keep track of the cables i test | | windows | linux | |--------------------------|---------|---------| | chinese DP->HDMI adapter | 4k@60hz | 4k@30hz | - bitwarden - - qt themes? - - games on steam, gamemode, gamescope - - stop using an nvidia gpu (lol) \ No newline at end of file + - qt themes? \ No newline at end of file