mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-12-17 07:29:49 +05:30
Compare commits
3 Commits
0c69443c36
...
8a0383d327
| Author | SHA1 | Date | |
|---|---|---|---|
|
8a0383d327
|
|||
|
fbc415ee1b
|
|||
|
c8e02ba847
|
@@ -235,14 +235,6 @@
|
|||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
xserver = {
|
|
||||||
enable = true;
|
|
||||||
xkb = {
|
|
||||||
layout = "in";
|
|
||||||
variant = "eng";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
libinput.touchpad.naturalScrolling = true;
|
libinput.touchpad.naturalScrolling = true;
|
||||||
libinput.mouse.accelProfile = "flat";
|
libinput.mouse.accelProfile = "flat";
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,10 @@
|
|||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
||||||
thunar = {
|
thunar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.xfce; [thunar-archive-plugin thunar-volman];
|
plugins = with pkgs.xfce; [
|
||||||
|
thunar-archive-plugin
|
||||||
|
thunar-volman
|
||||||
|
];
|
||||||
};
|
};
|
||||||
nm-applet.enable = true;
|
nm-applet.enable = true;
|
||||||
};
|
};
|
||||||
@@ -51,16 +54,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
logind = {
|
logind = {
|
||||||
extraConfig = "HandlePowerKey=suspend";
|
settings.Login = {
|
||||||
lidSwitch = "suspend";
|
HandlePowerKey = "suspend";
|
||||||
lidSwitchExternalPower = "suspend";
|
HanldeLidSwitch = "suspend";
|
||||||
};
|
HandleLidSwitchExternalPower = "suspend";
|
||||||
|
|
||||||
xserver = {
|
|
||||||
enable = true;
|
|
||||||
xkb = {
|
|
||||||
layout = "in";
|
|
||||||
variant = "eng";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -76,6 +73,7 @@
|
|||||||
fonts.packages = with pkgs.nerd-fonts; [
|
fonts.packages = with pkgs.nerd-fonts; [
|
||||||
fira-code
|
fira-code
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
|
bigblue-terminal
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
|
|||||||
@@ -3,16 +3,10 @@
|
|||||||
../../modules/home/desktop/awesome
|
../../modules/home/desktop/awesome
|
||||||
../../modules/home/desktop/hyprland
|
../../modules/home/desktop/hyprland
|
||||||
../../modules/home/picom
|
../../modules/home/picom
|
||||||
../../modules/home/alacritty
|
|
||||||
../../modules/home/wezterm
|
../../modules/home/wezterm
|
||||||
../../modules/home/ghostty
|
|
||||||
../../modules/home/desktop/rofi
|
../../modules/home/desktop/rofi
|
||||||
../../modules/home/barrier
|
|
||||||
../../modules/home/firefox
|
../../modules/home/firefox
|
||||||
../../modules/home/brave
|
../../modules/home/brave
|
||||||
../../modules/home/vs-code
|
|
||||||
../../modules/home/mopidy
|
|
||||||
../../modules/home/thunderbird
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
|
|||||||
Reference in New Issue
Block a user