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;
|
||||
}
|
||||
(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 ];
|
||||
})
|
||||
];
|
||||
|
|
|
@ -15,7 +15,7 @@ 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 |
|
||||
|
@ -23,5 +23,3 @@ each host should have these files:
|
|||
| chinese DP->HDMI adapter | 4k@60hz | 4k@30hz |
|
||||
- bitwarden
|
||||
- qt themes?
|
||||
- games on steam, gamemode, gamescope
|
||||
- stop using an nvidia gpu (lol)
|
Loading…
Add table
Add a link
Reference in a new issue