remove some clipboard stuff
This commit is contained in:
parent
c56cd0bf0f
commit
3aadb5d551
2 changed files with 2 additions and 8 deletions
|
@ -23,8 +23,6 @@ in {
|
||||||
modules.desktop.fonts.baseFonts = true;
|
modules.desktop.fonts.baseFonts = true;
|
||||||
}
|
}
|
||||||
(mkIf (cfg.envProto == "wayland") {
|
(mkIf (cfg.envProto == "wayland") {
|
||||||
hm.home.packages = with pkgs; [ wl-clipboard-x11 ];
|
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
# magic, dont ask
|
# magic, dont ask
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
|
@ -39,8 +37,6 @@ in {
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
(mkIf (cfg.envProto == "x11") {
|
(mkIf (cfg.envProto == "x11") {
|
||||||
hm.home.packages = with pkgs; [ xclip ];
|
|
||||||
|
|
||||||
services.xserver.excludePackages = [ pkgs.xterm ];
|
services.xserver.excludePackages = [ pkgs.xterm ];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
|
@ -15,7 +15,7 @@ each host should have these files:
|
||||||
## todo
|
## todo
|
||||||
|
|
||||||
- move common config such as bootloader and networking settings to [`default.nix`](./default.nix)
|
- 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))
|
- 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
|
a table is shown below that i will use to keep track of the cables i test
|
||||||
| | windows | linux |
|
| | windows | linux |
|
||||||
|
@ -23,5 +23,3 @@ each host should have these files:
|
||||||
| chinese DP->HDMI adapter | 4k@60hz | 4k@30hz |
|
| chinese DP->HDMI adapter | 4k@60hz | 4k@30hz |
|
||||||
- bitwarden
|
- bitwarden
|
||||||
- qt themes?
|
- qt themes?
|
||||||
- games on steam, gamemode, gamescope
|
|
||||||
- stop using an nvidia gpu (lol)
|
|
Loading…
Add table
Add a link
Reference in a new issue