Compare commits

..

1 commit

Author SHA1 Message Date
94ec206d30 xmonad: Move config from home to system 2024-02-11 15:32:03 +01:00
3 changed files with 1 additions and 14 deletions

View file

@ -4,7 +4,6 @@
imports = [
./cli.nix
# ./programs/xmonad/default.nix
./programs/rofi/default.nix
];
home = {

View file

@ -1,11 +0,0 @@
{ config, lib, pkgs, ... }:
{
programs.rofi = {
enable = true;
pass = {
enable = true;
stores = [ config.programs.password-store.settings.PASSWORD_STORE_DIR ];
};
};
}

View file

@ -1,6 +1,5 @@
import XMonad
import XMonad.Util.Ungrab (unGrab)
import XMonad.Util.EZConfig (additionalKeys, additionalKeysP)
import XMonad.Util.EZConfig (additionalKeys)
import Control.Monad (when)
import Text.Printf (printf)
import System.Posix.Process (executeFile)