mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Delete greetd and disable kmscon temporarily
This commit is contained in:
parent
80d9776f7b
commit
232072aa5f
4 changed files with 20 additions and 35 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,7 +17,6 @@
|
||||||
!modules/fuzzel/
|
!modules/fuzzel/
|
||||||
!modules/ghostty/
|
!modules/ghostty/
|
||||||
!modules/git/
|
!modules/git/
|
||||||
!modules/greetd/
|
|
||||||
!modules/gtk/
|
!modules/gtk/
|
||||||
!modules/helix/
|
!modules/helix/
|
||||||
!modules/hyprland/
|
!modules/hyprland/
|
||||||
|
|
|
@ -27,12 +27,11 @@
|
||||||
"fuzzel"
|
"fuzzel"
|
||||||
"ghostty"
|
"ghostty"
|
||||||
"git"
|
"git"
|
||||||
"greetd"
|
|
||||||
"gtk"
|
"gtk"
|
||||||
"helix"
|
"helix"
|
||||||
"hyprland"
|
"hyprland"
|
||||||
"kitty"
|
"kitty"
|
||||||
"kmscon"
|
# "kmscon"
|
||||||
"localisation"
|
"localisation"
|
||||||
"logind"
|
"logind"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
{ ulib, pkgs, ... }: with ulib;
|
|
||||||
|
|
||||||
systemConfiguration {
|
|
||||||
services.greetd = enabled {
|
|
||||||
settings.default_session = {
|
|
||||||
command = "${pkgs.cage}/bin/cage -sd ${pkgs.greetd.gtkgreet}/bin/gtkgreet";
|
|
||||||
user = "nixos";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.etc."greetd/environments".text = ''
|
|
||||||
Hyprland
|
|
||||||
bash
|
|
||||||
nu
|
|
||||||
sh
|
|
||||||
'';
|
|
||||||
}
|
|
|
@ -1,4 +1,8 @@
|
||||||
{ nuScripts, theme }: ''
|
{ nuScripts, theme }: ''
|
||||||
|
if (tty) == /dev/tty1 {
|
||||||
|
Hyprland
|
||||||
|
}
|
||||||
|
|
||||||
$env.PROMPT_INDICATOR = "";
|
$env.PROMPT_INDICATOR = "";
|
||||||
$env.PROMPT_INDICATOR_VI_INSERT = "";
|
$env.PROMPT_INDICATOR_VI_INSERT = "";
|
||||||
$env.PROMPT_INDICATOR_VI_NORMAL = "";
|
$env.PROMPT_INDICATOR_VI_NORMAL = "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue