added neovim
This commit is contained in:
parent
6738bebeb8
commit
2d0105093e
2 changed files with 24 additions and 2 deletions
|
@ -24,6 +24,8 @@
|
|||
../shared/aerc.nix
|
||||
../shared/oh-my-posh.nix
|
||||
../shared/gtk.nix
|
||||
../shared/neovim.nix
|
||||
# ../shared/hyprland.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
@ -38,8 +40,8 @@
|
|||
programs.fish.enable = true;
|
||||
programs.man.generateCaches = false;
|
||||
|
||||
xsession.enable = true;
|
||||
xsession.windowManager.command = "xrandr --output eDP-1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-1 --off --output HDMI-1 --primary --mode 3840x2160 --pos 1920x0 --rotate normal --output DP-2 --off --output HDMI-2 --off";
|
||||
# xsession.enable = true;
|
||||
# xsession.windowManager.command = "xrandr --output eDP-1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-1 --off --output HDMI-1 --primary --mode 3840x2160 --pos 1920x0 --rotate normal --output DP-2 --off --output HDMI-2 --off";
|
||||
|
||||
home.username = "fw";
|
||||
home.homeDirectory = "/home/fw";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue