even more fixes for hpm
This commit is contained in:
@@ -69,9 +69,11 @@
|
|||||||
|
|
||||||
# xmonad
|
# xmonad
|
||||||
services.xserver.windowManager.xmonad = {
|
services.xserver.windowManager.xmonad = {
|
||||||
enable = true;
|
#enable = true;
|
||||||
#config = builtins.toPath "${self}/misc/xmonad.hs";
|
#config = builtins.toPath "${self}/misc/xmonad.hs";
|
||||||
config = builtins.readFile (self + /misc/xmonad.hs);
|
enable = builtins.trace "this is self ${self}" true;
|
||||||
|
|
||||||
|
config = builtins.readFile "${self} + /misc/xmonad.hs";
|
||||||
#config = "${confDir}/misc/xmo";
|
#config = "${confDir}/misc/xmo";
|
||||||
enableContribAndExtras = true;
|
enableContribAndExtras = true;
|
||||||
extraPackages = hpkgs: [
|
extraPackages = hpkgs: [
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
version = 2;
|
version = 2;
|
||||||
device = "/dev/nvme0n1";
|
device = "/dev/nvme0n1p1";
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set timeout=2
|
set timeout=2
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
version = 2;
|
version = 2;
|
||||||
device = "/dev/nvme0n1";
|
device = "/dev/nvme0n1p1";
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set timeout=1
|
set timeout=1
|
||||||
|
|||||||
@@ -53,7 +53,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
neovim
|
|
||||||
vim
|
vim
|
||||||
obsidian
|
obsidian
|
||||||
tree
|
tree
|
||||||
|
|||||||
Reference in New Issue
Block a user