mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 00:17:24 +08:00
..
This commit is contained in:
parent
f3ccfc980a
commit
9b65c94d22
3 changed files with 7 additions and 8 deletions
|
|
@ -15,4 +15,8 @@
|
|||
#./sway.nix
|
||||
# ./taffybar # Disabled, because it rarely works
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
acpi
|
||||
];
|
||||
}
|
||||
|
|
|
|||
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -134,11 +134,11 @@
|
|||
"windicss": "windicss"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1624912216,
|
||||
"narHash": "sha256-mLhf+0AdJk4ZjUMpqkyj9cPBS9+rnOjkDFtDztI3wQA=",
|
||||
"lastModified": 1624932682,
|
||||
"narHash": "sha256-dQ1iTmO9UKMstq1NHS3BD9Oo5LApio1i4X4s2fcWfWs=",
|
||||
"owner": "srid",
|
||||
"repo": "emanote",
|
||||
"rev": "51742c99707a396b80c735d9c7fcfafd6aacc023",
|
||||
"rev": "0d6e684a58f4fbca468f9d73aaa8989f455c470a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -64,8 +64,6 @@
|
|||
programs.mosh.enable = true;
|
||||
|
||||
services.xserver.enable = true;
|
||||
#services.xserver.displayManager.gdm.enable = true;
|
||||
#services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
users.users.srid = {
|
||||
isNormalUser = true;
|
||||
|
|
@ -84,15 +82,12 @@
|
|||
htop
|
||||
ripgrep
|
||||
signal-desktop
|
||||
vlc
|
||||
vscode
|
||||
mpv
|
||||
alacritty
|
||||
youtube-dl
|
||||
# snes9x-gtk
|
||||
obsidian
|
||||
inkscape
|
||||
newsflash
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue