Migrate to flakes
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let tmux_config = builtins.readFile /home/coolneng/.tmux.conf;
|
||||
|
||||
in {
|
||||
{
|
||||
# Display manager
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager = {
|
||||
@@ -86,7 +84,6 @@ in {
|
||||
shortcut = "x";
|
||||
terminal = "screen-256";
|
||||
baseIndex = 1;
|
||||
extraConfig = tmux_config;
|
||||
};
|
||||
|
||||
# Automount external storage
|
||||
|
||||
Reference in New Issue
Block a user