Compare commits
1 commit
f5bc54585b
...
8f30d06f65
Author | SHA1 | Date | |
---|---|---|---|
8f30d06f65 |
11 changed files with 172 additions and 131 deletions
73
flake.lock
generated
73
flake.lock
generated
|
@ -260,6 +260,27 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flake-parts_3": {
|
"flake-parts_3": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs-lib": [
|
||||||
|
"nix-fast-build",
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1736143030,
|
||||||
|
"narHash": "sha256-+hu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU=",
|
||||||
|
"owner": "hercules-ci",
|
||||||
|
"repo": "flake-parts",
|
||||||
|
"rev": "b905f6fc23a9051a6e1b741e1438dbfc0634c6de",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "hercules-ci",
|
||||||
|
"repo": "flake-parts",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"flake-parts_4": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs-lib": "nixpkgs-lib_2"
|
"nixpkgs-lib": "nixpkgs-lib_2"
|
||||||
},
|
},
|
||||||
|
@ -277,7 +298,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flake-parts_4": {
|
"flake-parts_5": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs-lib": [
|
"nixpkgs-lib": [
|
||||||
"nixThePlanet",
|
"nixThePlanet",
|
||||||
|
@ -452,7 +473,7 @@
|
||||||
},
|
},
|
||||||
"hercules-ci-effects": {
|
"hercules-ci-effects": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-parts": "flake-parts_4",
|
"flake-parts": "flake-parts_5",
|
||||||
"nixpkgs": "nixpkgs_7"
|
"nixpkgs": "nixpkgs_7"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
|
@ -746,6 +767,28 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nix-fast-build": {
|
||||||
|
"inputs": {
|
||||||
|
"flake-parts": "flake-parts_3",
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
],
|
||||||
|
"treefmt-nix": "treefmt-nix_2"
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1736592044,
|
||||||
|
"narHash": "sha256-HkaJeIFgxncLm8MC1BaWRTkge9b1/+mjPcbzXTRshoM=",
|
||||||
|
"owner": "Mic92",
|
||||||
|
"repo": "nix-fast-build",
|
||||||
|
"rev": "906af17fcd50c84615a4660d9c08cf89c01cef7d",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "Mic92",
|
||||||
|
"repo": "nix-fast-build",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nix-formatter-pack": {
|
"nix-formatter-pack": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -836,7 +879,7 @@
|
||||||
},
|
},
|
||||||
"nixThePlanet": {
|
"nixThePlanet": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-parts": "flake-parts_3",
|
"flake-parts": "flake-parts_4",
|
||||||
"hercules-ci-effects": "hercules-ci-effects",
|
"hercules-ci-effects": "hercules-ci-effects",
|
||||||
"nixpkgs": "nixpkgs_8",
|
"nixpkgs": "nixpkgs_8",
|
||||||
"osx-kvm": "osx-kvm"
|
"osx-kvm": "osx-kvm"
|
||||||
|
@ -1298,12 +1341,13 @@
|
||||||
"lix-eval-jobs": "lix-eval-jobs",
|
"lix-eval-jobs": "lix-eval-jobs",
|
||||||
"lix-module": "lix-module",
|
"lix-module": "lix-module",
|
||||||
"mobile-nixos": "mobile-nixos",
|
"mobile-nixos": "mobile-nixos",
|
||||||
|
"nix-fast-build": "nix-fast-build",
|
||||||
"nix-on-droid": "nix-on-droid",
|
"nix-on-droid": "nix-on-droid",
|
||||||
"nixDarwin": "nixDarwin",
|
"nixDarwin": "nixDarwin",
|
||||||
"nixThePlanet": "nixThePlanet",
|
"nixThePlanet": "nixThePlanet",
|
||||||
"nixosHardware": "nixosHardware",
|
"nixosHardware": "nixosHardware",
|
||||||
"nixpkgs": "nixpkgs_9",
|
"nixpkgs": "nixpkgs_9",
|
||||||
"treefmt-nix": "treefmt-nix_2",
|
"treefmt-nix": "treefmt-nix_3",
|
||||||
"vscode-server": "vscode-server"
|
"vscode-server": "vscode-server"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -1448,6 +1492,27 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"treefmt-nix_2": {
|
"treefmt-nix_2": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"nix-fast-build",
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1736154270,
|
||||||
|
"narHash": "sha256-p2r8xhQZ3TYIEKBoiEhllKWQqWNJNoT9v64Vmg4q8Zw=",
|
||||||
|
"owner": "numtide",
|
||||||
|
"repo": "treefmt-nix",
|
||||||
|
"rev": "13c913f5deb3a5c08bb810efd89dc8cb24dd968b",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "numtide",
|
||||||
|
"repo": "treefmt-nix",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"treefmt-nix_3": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
|
|
|
@ -59,6 +59,10 @@
|
||||||
};
|
};
|
||||||
catppuccin.url = "github:catppuccin/nix";
|
catppuccin.url = "github:catppuccin/nix";
|
||||||
emacs-overlay.url = "github:nix-community/emacs-overlay";
|
emacs-overlay.url = "github:nix-community/emacs-overlay";
|
||||||
|
nix-fast-build = {
|
||||||
|
url = "github:Mic92/nix-fast-build";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|
|
@ -1016,41 +1016,26 @@ This is meant to be an helper to be called from the window manager."
|
||||||
|
|
||||||
;;; Experiments, remove from here
|
;;; Experiments, remove from here
|
||||||
|
|
||||||
(defun ccr/test (niri-socket)
|
|
||||||
"Select a window and focus it based on `niri msg` output."
|
(defun ccr/test ()
|
||||||
|
"test"
|
||||||
(interactive)
|
(interactive)
|
||||||
(let* ((niri-output (ccr/niri-get-windows niri-socket))
|
(with-selected-frame
|
||||||
(display-list (mapcar (lambda (entry)
|
(make-frame '((name . "Emacs Selector")
|
||||||
(let ((title (cdr (assoc 'title entry)))
|
(minibuffer . only)
|
||||||
(app-id (cdr (assoc 'app_id entry)))
|
(fullscreen . 0) ; no fullscreen
|
||||||
(id (cdr (assoc 'id entry))))
|
(undecorated . t) ; remove title bar
|
||||||
(cons (format "%s - %s" title app-id) id)))
|
;;(auto-raise . t) ; focus on this frame
|
||||||
niri-output)))
|
;;(tool-bar-lines . 0)
|
||||||
(with-selected-frame
|
;;(menu-bar-lines . 0)
|
||||||
(make-frame '((name . "Emacs Selector")
|
(internal-border-width . 10)
|
||||||
(minibuffer . only)
|
(width . 50)
|
||||||
(fullscreen . 0)
|
(height . 10)))
|
||||||
(undecorated . t)
|
(unwind-protect
|
||||||
(internal-border-width . 10)
|
(completing-read "ciao " '("foo" "bar" "pippo") nil t "")
|
||||||
(width . 120)
|
(delete-frame))))
|
||||||
(height . 20)))
|
|
||||||
(unwind-protect
|
|
||||||
(let* ((entry (completing-read "Select window: " (mapcar #'car display-list) nil t ""))
|
|
||||||
(entry-id (cdr (assoc entry display-list))) ;; Get the ID associated with the selected entry
|
|
||||||
(command (format "NIRI_SOCKET=\"%s\" niri msg action focus-window --id %s" niri-socket entry-id)))
|
|
||||||
(message command)
|
|
||||||
(shell-command command))
|
|
||||||
(delete-frame)))))
|
|
||||||
|
|
||||||
|
|
||||||
(defun ccr/niri-get-windows (niri-socket)
|
|
||||||
"Esegue `niri msg --json windows` e parse l'output JSON in una alist."
|
|
||||||
(let* ((command (format "NIRI_SOCKET=\"%s\" niri msg --json windows" niri-socket))
|
|
||||||
(output (shell-command-to-string command))
|
|
||||||
(json-object-type 'alist) ; Usa alist per rappresentare gli oggetti JSON
|
|
||||||
(parsed-json (json-read-from-string output)))
|
|
||||||
parsed-json))
|
|
||||||
|
|
||||||
|
|
||||||
(provide 'init)
|
(provide 'init)
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
|
|
|
@ -2,13 +2,25 @@
|
||||||
{
|
{
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryPackage = pkgs.pinentry-rofi.override {
|
enableSshSupport = true;
|
||||||
rofi = pkgs.rofi-wayland;
|
extraConfig =
|
||||||
};
|
let
|
||||||
extraConfig = ''
|
pinentryRofi = pkgs.writeShellApplication {
|
||||||
allow-emacs-pinentry
|
name = "pinentry-rofi-with-env";
|
||||||
allow-loopback-pinentry
|
runtimeInputs = with pkgs; [
|
||||||
'';
|
coreutils
|
||||||
|
rofi-wayland
|
||||||
|
];
|
||||||
|
text = ''
|
||||||
|
"${pkgs.pinentry-rofi}/bin/pinentry-rofi" "$@"
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
in
|
||||||
|
''
|
||||||
|
allow-emacs-pinentry
|
||||||
|
allow-loopback-pinentry
|
||||||
|
pinentry-program ${pinentryRofi}/bin/pinentry-rofi-with-env
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gpg = {
|
programs.gpg = {
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
@ -53,34 +52,29 @@ in
|
||||||
|
|
||||||
services.udiskie.enable = true;
|
services.udiskie.enable = true;
|
||||||
|
|
||||||
home.pointerCursor = {
|
|
||||||
gtk.enable = true;
|
|
||||||
x11.enable = true;
|
|
||||||
package = pkgs.catppuccin-cursors;
|
|
||||||
name = "catppuccin-mocha-sapphire";
|
|
||||||
size = 38;
|
|
||||||
};
|
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
# font.name = lib.mkForce "Sans,Symbols Nerd Font";
|
||||||
name = "Catppuccin-GTK-Purple-Dark-Compact";
|
|
||||||
package = pkgs.magnetic-catppuccin-gtk.override {
|
|
||||||
accent = [ "purple" ];
|
|
||||||
shade = "dark";
|
|
||||||
size = "compact";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Adwaita";
|
name = "Adwaita";
|
||||||
package = pkgs.adwaita-icon-theme;
|
package = pkgs.adwaita-icon-theme;
|
||||||
};
|
};
|
||||||
|
cursorTheme = {
|
||||||
|
name = "catppuccin-mocha-sapphire";
|
||||||
|
package = pkgs.catppuccin-cursors;
|
||||||
|
size = 38;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.file.".icons/catppuccin-mocha-sapphire" = {
|
||||||
|
source = "${pkgs.catppuccin-cursors.mochaSapphire}/share/icons/catppuccin-mocha-sapphire-cursors";
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.hyprlandPlugins; [
|
plugins = with pkgs.hyprlandPlugins; [
|
||||||
|
|
|
@ -301,18 +301,9 @@ window-rule {
|
||||||
}
|
}
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match title=r#"^Emacs Selector$"#
|
match app-id=r#"^Emacs Selector$"#
|
||||||
opacity 0.95
|
|
||||||
open-floating true
|
|
||||||
open-focused true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
window-rule {
|
|
||||||
match title=r#"^bTop$"#
|
|
||||||
opacity 0.95
|
|
||||||
open-floating true
|
|
||||||
open-focused true
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -343,9 +334,9 @@ binds {
|
||||||
Mod+M { spawn "emacsclient" "-c" "--eval" "(notmuch-search \"tag:new\")"; }
|
Mod+M { spawn "emacsclient" "-c" "--eval" "(notmuch-search \"tag:new\")"; }
|
||||||
Mod+G { spawn "emacsclient" "-c" "--eval" "(switch-to-buffer (gptel \"*ChatGPT*\"))"; }
|
Mod+G { spawn "emacsclient" "-c" "--eval" "(switch-to-buffer (gptel \"*ChatGPT*\"))"; }
|
||||||
Mod+Shift+C { spawn "emacsclient" "-c" "--eval" "(org-roam-dailies-capture-today)"; }
|
Mod+Shift+C { spawn "emacsclient" "-c" "--eval" "(org-roam-dailies-capture-today)"; }
|
||||||
Mod+Alt+L { spawn "swaylock"; }
|
Super+Alt+L { spawn "swaylock"; }
|
||||||
Mod+Space { spawn "rofi" "-show" "menu" "-modi" "menu:rofi-power-menu"; }
|
Mod+Space { spawn "rofi" "-show" "menu" "-modi" "menu:rofi-power-menu"; }
|
||||||
Mod+Ctrl+b { spawn "foot" "--title='bTop'" "-W" "210x60" "btop";}
|
|
||||||
|
|
||||||
// Example volume keys mappings for PipeWire & WirePlumber.
|
// Example volume keys mappings for PipeWire & WirePlumber.
|
||||||
// The allow-when-locked=true property makes them work even when the session is locked.
|
// The allow-when-locked=true property makes them work even when the session is locked.
|
||||||
|
|
|
@ -48,4 +48,10 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Otherwise it will start only after Sway and will not work with Hyprland
|
||||||
|
systemd.user.services.swayidle = {
|
||||||
|
Unit.PartOf = lib.mkForce [ ];
|
||||||
|
Install.WantedBy = lib.mkForce [ "graphical-session-pre.target" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,22 +14,20 @@
|
||||||
deltaflyer = {
|
deltaflyer = {
|
||||||
nixpkgs =
|
nixpkgs =
|
||||||
let
|
let
|
||||||
# keep in sync with https://github.com/mobile-nixos/mobile-nixos/blob/development/npins/sources.json
|
# keep in sync with https://github.com/NixOS/mobile-nixos/blob/development/pkgs.nix
|
||||||
rev = "d3c42f187194c26d9f0309a8ecc469d6c878ce33";
|
rev = "44d0940ea560dee511026a53f0e2e2cde489b4d4";
|
||||||
in
|
in
|
||||||
builtins.getFlake "github:NixOS/nixpkgs/${rev}";
|
builtins.getFlake "github:NixOS/nixpkgs/${rev}";
|
||||||
extraHmModules = [
|
extraHmModules = [
|
||||||
inputs.catppuccin.homeManagerModules.catppuccin
|
# inputs.ccrEmacs.hmModules.default
|
||||||
];
|
];
|
||||||
vpn = {
|
vpn = {
|
||||||
ip = "10.100.0.5";
|
ip = "10.100.0.5";
|
||||||
publicKey = "6bzmBx2b5yzMdW0aK0KapoBesNcxTv5+qdo+pGmG+jc=";
|
publicKey = "6bzmBx2b5yzMdW0aK0KapoBesNcxTv5+qdo+pGmG+jc=";
|
||||||
};
|
};
|
||||||
# homeManager = builtins.getFlake "github:nix-community/home-manager/670d9ecc3e46a6e3265c203c2d136031a3d3548e";
|
homeManager = builtins.getFlake "github:nix-community/home-manager/670d9ecc3e46a6e3265c203c2d136031a3d3548e";
|
||||||
extraModules = [
|
extraModules = [
|
||||||
(import "${inputs.mobile-nixos}/lib/configuration.nix" { device = "oneplus-fajita"; })
|
(import "${inputs.mobile-nixos}/lib/configuration.nix" { device = "oneplus-fajita"; })
|
||||||
inputs.catppuccin.nixosModules.catppuccin
|
|
||||||
inputs.lix-module.nixosModules.default
|
|
||||||
];
|
];
|
||||||
secrets = {
|
secrets = {
|
||||||
"deltaflyer-wireguard-private-key" = { };
|
"deltaflyer-wireguard-private-key" = { };
|
||||||
|
|
|
@ -30,13 +30,6 @@
|
||||||
# INSECURE STUFF FIRST
|
# INSECURE STUFF FIRST
|
||||||
# Users and hardcoded passwords.
|
# Users and hardcoded passwords.
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [
|
|
||||||
(prev: final: {
|
|
||||||
gcc7 = final.gcc;
|
|
||||||
gcc8 = final.gcc;
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
users.users.root.password = "nixos";
|
users.users.root.password = "nixos";
|
||||||
# users.users.ccr.password = "1234";
|
# users.users.ccr.password = "1234";
|
||||||
|
|
||||||
|
@ -73,13 +66,11 @@
|
||||||
"git"
|
"git"
|
||||||
"shell"
|
"shell"
|
||||||
"helix"
|
"helix"
|
||||||
# "hyprland"
|
"hyprland"
|
||||||
"niri"
|
|
||||||
"emacs"
|
"emacs"
|
||||||
"firefox"
|
"firefox"
|
||||||
"mpv"
|
"mpv"
|
||||||
"xdg"
|
"xdg"
|
||||||
"catppuccin"
|
|
||||||
];
|
];
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"dialout"
|
"dialout"
|
||||||
|
@ -108,18 +99,18 @@
|
||||||
ccr.extraModules = [
|
ccr.extraModules = [
|
||||||
{
|
{
|
||||||
programs.fish.loginShellInit = ''
|
programs.fish.loginShellInit = ''
|
||||||
pgrep niri >/dev/null || exec niri-session
|
pgrep Hypr >/dev/null || exec dbus-run-session Hyprland
|
||||||
|
'';
|
||||||
|
wayland.windowManager.hyprland.extraConfig = lib.mkAfter ''
|
||||||
|
monitor = DSI-1, 1080x2340, 0x0, 2, transform, 1
|
||||||
|
input {
|
||||||
|
touchdevice {
|
||||||
|
transform = 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
bind = $mod, r, exec, rotate-screen hor
|
||||||
|
bind = $mod SHIFT, r, exec, rotate-screen ver
|
||||||
'';
|
'';
|
||||||
# wayland.windowManager.hyprland.extraConfig = lib.mkAfter ''
|
|
||||||
# monitor = DSI-1, 1080x2340, 0x0, 2, transform, 1
|
|
||||||
# input {
|
|
||||||
# touchdevice {
|
|
||||||
# transform = 1
|
|
||||||
# }
|
|
||||||
# }
|
|
||||||
# bind = $mod, r, exec, rotate-screen hor
|
|
||||||
# bind = $mod SHIFT, r, exec, rotate-screen ver
|
|
||||||
# '';
|
|
||||||
home.packages =
|
home.packages =
|
||||||
let
|
let
|
||||||
rotateScript = pkgs.writeShellApplication {
|
rotateScript = pkgs.writeShellApplication {
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
#
|
#
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
@ -17,38 +16,35 @@
|
||||||
|
|
||||||
# # desktopManager.plasma5.mobile.enable = true;
|
# # desktopManager.plasma5.mobile.enable = true;
|
||||||
|
|
||||||
displayManager.autoLogin = {
|
# displayManager.autoLogin = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
user = "ccr";
|
# };
|
||||||
};
|
|
||||||
|
|
||||||
displayManager.session = [
|
# displayManager.session = [{
|
||||||
{
|
# manage = "desktop";
|
||||||
manage = "desktop";
|
# name = "hyprland";
|
||||||
name = "niri";
|
# start = ''
|
||||||
start = ''
|
# ${pkgs.hyprland}/bin/Hyprland &
|
||||||
${pkgs.niri}/bin/niri-session &
|
# waitPID=$!
|
||||||
waitPID=$!
|
# '';
|
||||||
'';
|
# }];
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
displayManager.defaultSession = "niri";
|
# displayManager.defaultSession = "hyprland";
|
||||||
|
|
||||||
displayManager.lightdm = {
|
# displayManager.lightdm = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
# Workaround for autologin only working at first launch.
|
# # Workaround for autologin only working at first launch.
|
||||||
# A logout or session crashing will show the login screen otherwise.
|
# # A logout or session crashing will show the login screen otherwise.
|
||||||
extraSeatDefaults = ''
|
# extraSeatDefaults = ''
|
||||||
session-cleanup-script=${pkgs.procps}/bin/pkill -P1 -fx ${pkgs.lightdm}/sbin/lightdm
|
# session-cleanup-script=${pkgs.procps}/bin/pkill -P1 -fx ${pkgs.lightdm}/sbin/lightdm
|
||||||
'';
|
# '';
|
||||||
};
|
# };
|
||||||
|
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.pulseaudio.enable = lib.mkDefault false; # mkDefault to help out users wanting pipewire
|
hardware.pulseaudio.enable = lib.mkDefault true; # mkDefault to help out users wanting pipewire
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
networking.wireless.enable = false;
|
networking.wireless.enable = false;
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
|
|
|
@ -8,13 +8,12 @@
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(final: _: {
|
(final: _: {
|
||||||
nix-eval-jobs =
|
nix-fast-build = fleetFlake.inputs.nix-fast-build.packages.${final.system}.nix-fast-build // {
|
||||||
(fleetFlake.inputs.lix-eval-jobs.packages.${final.system}.nix-eval-jobs.override {
|
nix = final.nix;
|
||||||
nix = final.nix;
|
};
|
||||||
})
|
nix-eval-job = fleetFlake.inputs.lix-eval-jobs.packages.${final.system}.nix-eval-jobs // {
|
||||||
// {
|
nix = final.nix;
|
||||||
nix = final.nix;
|
};
|
||||||
};
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue