Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tuedel
nixos-deployment
Commits
04853b7d
Commit
04853b7d
authored
Feb 26, 2022
by
fpletz
🚧
Browse files
loungepi: nixpkgs update fixes & cleanup
parent
ac6eefd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
loungepi.nix
View file @
04853b7d
...
...
@@ -43,15 +43,11 @@
''
;
};
boot
.
tmpOnTmpfs
=
true
;
boot
.
extraModprobeConfig
=
''
options snd_bcm2835 enable_headphones=1
''
;
zramSwap
=
{
enable
=
true
;
memoryPercent
=
100
;
};
zramSwap
.
memoryPercent
=
100
;
environment
.
systemPackages
=
with
pkgs
;
[
colmena
lm_sensors
];
programs
.
vim
.
defaultEditor
=
true
;
...
...
@@ -114,7 +110,7 @@
ytdl-format
=
"bestvideo[ext=webm][height<=?1080]+bestaudio[acodec=opus]/bestvideo[height<=?1080]+bestaudio/best"
;
};
};
home
.
packages
=
with
pkgs
;
[
youtube
DL
pulsemixer
cmatrix
tmuxp
];
home
.
packages
=
with
pkgs
;
[
youtube
-dl
pulsemixer
cmatrix
tmuxp
];
};
# Enable GPU acceleration
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment