updated flakes

feat/kile-v2
Ricard Illa 2022-04-17 19:21:23 +02:00
parent 99d9e78bdf
commit 23f08f931c
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
4 changed files with 11 additions and 18 deletions

View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1648751066, "lastModified": 1650190514,
"narHash": "sha256-pYUSID9rSgYnl4PNa45/haCaHUKzY+Ul0fkqqSGflxs=", "narHash": "sha256-BoBvGT71yOfrNDTZQs7+FX0zb4yjMBETgIjtTsdJw+o=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "cf62e96bf7c72e6a88e0bd43165110f42e44cdb4", "rev": "620ed197f3624dafa5f42e61d5c043f39b8df366",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1648632716, "lastModified": 1650076401,
"narHash": "sha256-kCmnDeiaMsdhfnNKjxdOzwRh2H6eQb8yWAL+nNabC/Y=", "narHash": "sha256-QGxadqKWICchuuLIF2QwmHPVaUk+qO33ml5p1wW4IyA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "710fed5a2483f945b14f4a58af2cd3676b42d8c8", "rev": "75ad56bdc927f3a9f9e05e3c3614c4c1fcd99fcb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -53,11 +53,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1648648646, "lastModified": 1650143261,
"narHash": "sha256-pHAq/GvsP7zRHkUTCs+4d31C0IEtTIuC6/TFASIA+zg=", "narHash": "sha256-KI3IDHAtXG/7Uu1gNuuy6ovKqP/d6OhV0HwCWIKx0Aw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "efea022d6fe0da84aa6613d4ddeafb80de713457", "rev": "0a862f558d4001c62f15f652b1b907002dc1e9b9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -58,13 +58,6 @@ in {
xsession.windowManager.xmonad = { xsession.windowManager.xmonad = {
enable = true; enable = true;
enableContribAndExtras = true; enableContribAndExtras = true;
haskellPackages = pkgs.haskellPackages.override {
overrides = self: super: {
xmonad = self.xmonad_0_17_0;
xmonad-contrib = self.xmonad_0_17_0;
xmonad-extras = self.xmonad-extras_0_17_0;
};
};
extraPackages = haskellPackages: [ extraPackages = haskellPackages: [
haskellPackages.monad-logger haskellPackages.monad-logger
haskellPackages.dbus haskellPackages.dbus

View File

@ -364,7 +364,7 @@ spacesOnCurrentScreen = WSIs $ isOnScreen <$> currentScreen
currentScreen = gets $ screen . current . windowset currentScreen = gets $ screen . current . windowset
workspaceBinds :: XConfig Layout -> M.Map (ButtonMask, KeySym) (X ()) workspaceBinds :: XConfig Layout -> M.Map (ButtonMask, KeySym) (X ())
workspaceBinds conf@ XConfig {modMask = modm} = M.fromList $ workspaceBinds conf@XConfig {modMask = modm} = M.fromList $
[((m .|. modm, k), windows $ onCurrentScreen f i) [((m .|. modm, k), windows $ onCurrentScreen f i)
| (i, k) <- zip (workspaces' conf) [xK_1 .. xK_9] | (i, k) <- zip (workspaces' conf) [xK_1 .. xK_9]
, (f, m) <- [(view, 0), (shift, shiftMask)]] , (f, m) <- [(view, 0), (shift, shiftMask)]]

View File

@ -127,7 +127,7 @@
android-tools android-tools
ansible ansible
bind.dnsutils bind.dnsutils
calibre # calibre
docker-compose docker-compose
file file
gimp gimp