Changed dwm flake and home for new laptop
This commit is contained in:
parent
5ca7a88213
commit
d49398a413
4 changed files with 16 additions and 24 deletions
|
@ -8,7 +8,7 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
../shared/vial.nix
|
||||
# ../shared/vial.nix
|
||||
];
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
|
@ -110,24 +110,21 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
neovim
|
||||
cvs
|
||||
rcs
|
||||
nano
|
||||
git
|
||||
openssh
|
||||
];
|
||||
|
||||
|
||||
services = {
|
||||
udev = {
|
||||
extraRules = ''
|
||||
KERNEL=="ttyACM0", MODE:="666"
|
||||
'';
|
||||
packages = with pkgs; [
|
||||
vial
|
||||
via
|
||||
];
|
||||
};
|
||||
# udev = {
|
||||
# extraRules = ''
|
||||
# KERNEL=="ttyACM0", MODE:="666"
|
||||
# '';
|
||||
# packages = with pkgs; [
|
||||
# vial
|
||||
# via
|
||||
# ];
|
||||
# };
|
||||
picom.enable = true;
|
||||
openssh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue